CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the implementation of the process-th
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1949438
    • 提供者:俞鹏
  1. linux进程间通信的例子

    0下载:
  2. 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:wf
  1. pipe

    0下载:
  2. 转自网上,非原创。简单的进程管道通信编程实例,通过建立管道,调用cmd.exe
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1249
    • 提供者:王欣欣
  1. name_Pipe

    0下载:
  2. 命名管道.pdf 介绍命名管道的原理和应用实现。对于进程间通信是个很好的东西。-Named Pipes. Pdf named pipe to introduce the principles and applications. For inter-process communication is a good thing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:937558
    • 提供者:danny
  1. ipc

    0下载:
  2. 管道创建和关闭,管道通信主要用于不同进程之间的通信!-Pipeline creation and closure of the main communication channels for communication between different processes!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:709
    • 提供者:崔强
  1. LinuxShare

    0下载:
  2. 进程管道通信-The process of pipeline communications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:55573
    • 提供者:zhaopengfei
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. jc

    0下载:
  2. 进程的管道通信,可用来加强对进程通信的理解.-The process of communication channels that can be used to enhance the understanding of the process of communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:836
    • 提供者:li
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9383
    • 提供者:玄岳
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:761702
    • 提供者:kunlunshanjiao
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
  1. ch04_codes

    0下载:
  2. 非常不错的一个VC++通信程序。适用于本地系统上进程间通信,也适用于远程不同系统上进程通信。用命名管道,油槽和Winsock进行进程通信,命名管道和Winsock的通信是双向的即客户端像服务器发送数据,而服务器也可以向客户端发送数据。油槽通信是单向。-A very good one VC++ communication program. Applies to inter-process communication on the local system, but also to differen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6569600
    • 提供者:yyy
  1. pipe

    0下载:
  2. 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3760884
    • 提供者:yuanzi
  1. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7713
    • 提供者:小斧子
  1. 进程间通信

    0下载:
  2. 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:499712
    • 提供者:wang3397
  1. OS课程设计

    0下载:
  2. 本科操作系统课程设计实现管道通信 通过在两个进程间创建通道,一个写信息通过通道传送给另一个进程并且读出来(pipeline communication)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:317440
    • 提供者:吊兰飞星
  1. nodejs父子进程的stream方式通信

    0下载:
  2. 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:GladiatorNick
  1. 进程的创建和管道通信

    0下载:
  2. 进程的创建和管道通信使用系统调用pipe ( )建立一条管道 创建2个子进程,两个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出来自于两个子进程的信息,并显示在屏幕上(Process creation and pipeline communication)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:711680
    • 提供者:仓鼠123
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com